|
|
|
|
MouseMoveTimer Event, SftTabs Class |
Occurs when the timer expires after a mouse move event.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Event MouseMoveTimer As EventHandler |
C# |
public event EventHandler MouseMoveTimer; |
C++ |
public: event EventHandler MouseMoveTimer; |
Event Data
The MouseMoveTimer event handler receives an argument of type EventArgs containing data related to this event.
Comments
The MouseMoveTimer event occurs when the timer expires after a mouse move event.
The MouveMoveTimer event occurs after a MouseMove event was handled by the control and the interval defined by the MouseMoveInterval property has expired.